home *** CD-ROM | disk | FTP | other *** search
Text File | 1989-09-14 | 860 b | 29 lines | [TEXT/GEOL] |
- Item 8318476 13-Sept-89 22:43
-
- From: CH0068 CH DEV Hamilton, Bonaduz
-
- To: MACAPP.TECH$ MACAPP Tech
-
- Sub: Scroller problem
-
- I am probably still in the steep part of the macapp learning curve, so I hope
- some more experienced macappers can help me. I have the following Scroller
- in the calc.r example file:
-
- Scroller {
- "TScroller",
- VertScrollBar, HorzScrollBar,
- f1 , f2, f3, f4,
- VertConstrain, HorzConstrain,
- {-15, -kRowTitleWidth+1, 0, 0 }},
-
- Can anyone tell me how the fields f1-f4 ,VertConstrain and HorzConstrain
- influence the behaviour of this scroller ?
- I experimented using the Calc example and couldn't get any effect when
- I changed the values of these fields.
-
- Thank you in advance for your help
- Thomas
-
-
-